net.UnixListener.ok (method)
7 uses
net (current package)
unixsock.go#L234: func (ln *UnixListener) ok() bool { return ln != nil && ln.fd != nil }
unixsock.go#L242: if !l.ok() {
unixsock.go#L251: if !l.ok() {
unixsock.go#L264: if !l.ok() {
unixsock.go#L277: if !l.ok() {
unixsock.go#L294: if !l.ok() {
unixsock.go#L311: if !l.ok() {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)